Html Css Color HEX #B9CBED Periwinkle

📋 copy color: '#B9CBED'

red 185 ◦ green 203 ◦ blue 237

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

Shades of Periwinkle #B9CBED

Tints of Periwinkle #B9CBED

RGB

 RED value IS 185 (72.66% from 255) = 29.6%

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

 BLUE value IS 237 (92.97% from 255) = 37.92%

R = 29.6%
G = 32.48%
B = 37.92%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B9CBED (or 0xB9CBED) is known color: Periwinkle. HEX triplet: B9, CB and ED. RGB value is (185,203,237). Sum of RGB (Red+Green+Blue) = 185+203+237=625 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.6% from 625); Green value is 203 (79.69% from 255 or 32.48% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 237 - color contains mainly: blue. Hex color #B9CBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CBED is #463412. Grayscale: #C9C9C9. Windows color (decimal): -4600851 or 15584185. OLE color: 15584185.

HSL color Cylindrical-coordinate representation of color #B9CBED: hue angle of 219.23º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9CBED is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 203 237 -
CMYK 0.22 0.14 0 0.07
HSL 219.23º 0.59% 0.83% -
HSV(B) 219.23º 0.22% 0.93% -
XYZ 56.65 59.14 88.55 -
YUV 201.49 148.04 116.24 -
System Red Green Blue C M Y K H S L
Decimal 185 203 237 0.22 0.14 0 0.07 219.23 0.59 0.83
Hex B9 CB ED 16 E 0 7 DB 3B 53
Octal 271 313 355 26 16 0 7 333 73 123
Binary 10111001 11001011 11101101 10110 1110 0 111 11011011 111011 1010011

Color Harmonies of #B9CBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CBED

Black with #B9CBED

Text Example


Text Example

White with #B9CBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CBED; }

 p { color: rgb(185,203,237); }

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

background-color css

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

 a { background-color: rgb(185,203,237); }

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

border-color css

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

 span { border-color: rgb(185,203,237); }

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