Html Css Color HEX #BCCBF2 Periwinkle

📋 copy color: '#BCCBF2'

red 188 ◦ green 203 ◦ blue 242

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

Shades of Periwinkle #BCCBF2

Tints of Periwinkle #BCCBF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.23%

R = 29.7%
G = 32.07%
B = 38.23%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCCBF2 (or 0xBCCBF2) is known color: Periwinkle. HEX triplet: BC, CB and F2. RGB value is (188,203,242). Sum of RGB (Red+Green+Blue) = 188+203+242=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 203 (79.69% from 255 or 32.07% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCCBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCBF2 is #43340D. Grayscale: #CACACA. Windows color (decimal): -4404238 or 15911868. OLE color: 15911868.

HSL color Cylindrical-coordinate representation of color #BCCBF2: hue angle of 223.33º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCCBF2 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 203 242 -
CMYK 0.22 0.16 0 0.05
HSL 223.33º 0.68% 0.84% -
HSV(B) 223.33º 0.22% 0.95% -
XYZ 58.12 59.81 92.49 -
YUV 202.96 150.03 117.33 -
System Red Green Blue C M Y K H S L
Decimal 188 203 242 0.22 0.16 0 0.05 223.33 0.68 0.84
Hex BC CB F2 16 10 0 5 DF 44 54
Octal 274 313 362 26 20 0 5 337 104 124
Binary 10111100 11001011 11110010 10110 10000 0 101 11011111 1000100 1010100

Color Harmonies of #BCCBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCBF2

Black with #BCCBF2

Text Example


Text Example

White with #BCCBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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