Html Css Color HEX #BCCBEF Periwinkle

📋 copy color: '#BCCBEF'

red 188 ◦ green 203 ◦ blue 239

#BCCBEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Periwinkle #BCCBEF

Tints of Periwinkle #BCCBEF

RGB

 RED value IS 188 (73.83% from 255) = 29.84%

 GREEN value IS 203 (79.69% from 255) = 32.22%

 BLUE value IS 239 (93.75% from 255) = 37.94%

R = 29.84%
G = 32.22%
B = 37.94%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCCBEF (or 0xBCCBEF) is known color: Periwinkle. HEX triplet: BC, CB and EF. RGB value is (188,203,239). Sum of RGB (Red+Green+Blue) = 188+203+239=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCCBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCBEF is #433410. Grayscale: #CACACA. Windows color (decimal): -4404241 or 15715260. OLE color: 15715260.

HSL color Cylindrical-coordinate representation of color #BCCBEF: hue angle of 222.35º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCCBEF is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 203 239 -
CMYK 0.21 0.15 0 0.06
HSL 222.35º 0.61% 0.84% -
HSV(B) 222.35º 0.21% 0.94% -
XYZ 57.67 59.64 90.13 -
YUV 202.62 148.53 117.57 -
System Red Green Blue C M Y K H S L
Decimal 188 203 239 0.21 0.15 0 0.06 222.35 0.61 0.84
Hex BC CB EF 15 F 0 6 DE 3D 54
Octal 274 313 357 25 17 0 6 336 75 124
Binary 10111100 11001011 11101111 10101 1111 0 110 11011110 111101 1010100

Color Harmonies of #BCCBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCBEF

Black with #BCCBEF

Text Example


Text Example

White with #BCCBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCBEF; }

 p { color: rgb(188,203,239); }

 H1.HeaderClassName
 {
   color: #BCCBEF;
 }
 .AnyTagClassName
 {
   color: #BCCBEF;
 }
</style>

background-color css

<style>
 a { background-color: #BCCBEF; }

 a { background-color: rgb(188,203,239); }

 div.DivClassName
 {
   background-color: #BCCBEF;
 }
 .BgClassName
 {
   background-color: #BCCBEF;
 }
</style>

border-color css

<style>
 span { border-color: #BCCBEF; }

 span { border-color: rgb(188,203,239); }

 td.TdClassName
 {
   border-color: #BCCBEF;
 }
 .TagClassName
 {
   border-color: #BCCBEF;
 }
</style>