Html Css Color HEX #BCCBF0 Periwinkle

📋 copy color: '#BCCBF0'

red 188 ◦ green 203 ◦ blue 240

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

Shades of Periwinkle #BCCBF0

Tints of Periwinkle #BCCBF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.03%

R = 29.79%
G = 32.17%
B = 38.03%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BCCBF0 (or 0xBCCBF0) is known color: Periwinkle. HEX triplet: BC, CB and F0. RGB value is (188,203,240). Sum of RGB (Red+Green+Blue) = 188+203+240=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 203 (79.69% from 255 or 32.17% from 631); Blue value is 240 (94.14% from 255 or 38.03% from 631); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCCBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCBF0 is #43340F. Grayscale: #CACACA. Windows color (decimal): -4404240 or 15780796. OLE color: 15780796.

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

Color convert

RGB 188 203 240 -
CMYK 0.22 0.15 0 0.06
HSL 222.69º 0.63% 0.84% -
HSV(B) 222.69º 0.22% 0.94% -
XYZ 57.82 59.69 90.91 -
YUV 202.73 149.03 117.49 -
System Red Green Blue C M Y K H S L
Decimal 188 203 240 0.22 0.15 0 0.06 222.69 0.63 0.84
Hex BC CB F0 16 F 0 6 DF 3F 54
Octal 274 313 360 26 17 0 6 337 77 124
Binary 10111100 11001011 11110000 10110 1111 0 110 11011111 111111 1010100

Color Harmonies of #BCCBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCBF0

Black with #BCCBF0

Text Example


Text Example

White with #BCCBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCBF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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